home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d905.lha / Action / Docs / Action.doc next >
Text File  |  1993-08-26  |  3KB  |  130 lines

  1. Action 1.0
  2. **********
  3.  
  4.                      Documentation for Action 1.0
  5.  
  6.              Date: 24. Juli 1993  Author: Michael Suelmann
  7.  
  8. Copyright
  9. *********
  10.  
  11.    Action 1.0 is Freeware and may be copied and used for free, as long
  12. as it is distributed complete with documentation.
  13.  
  14.    The Use of Action is at your own risk. The author may not be made
  15. responsible for damage caused by use of this program.
  16.  
  17.    Action is copyright (C) 1993 Michael Suelmann.
  18.  
  19. Overview
  20. ********
  21.  
  22.    Action is a program for starting other programs dependent on file
  23. types.  Files are shown, unpacked, executed, etc. dependent on a chosen
  24. action.
  25.  
  26.    Action executes commands for each passed file appropriate to the
  27. file type, which are described in a file for action definitions.
  28.  
  29.    For action definitions see Actions.
  30.  
  31.    WhatIs.library by Sylvain Rougier and Pierre Carette is used to
  32. recognize file types.
  33.  
  34.    Action is especial suitable for use with ToolManager by Stefan
  35. Becker.
  36.  
  37. Requirements
  38. ************
  39.  
  40.    Action 1.0 needs version 2.04 (37.175) oder higher of the Amiga
  41. Operating System.
  42.  
  43.    A harddisk is very usefull, but not required.
  44.  
  45.    Action needs WhatIs.library in LIBS: (included).
  46.  
  47.    for automatic installation the Installer program is needed.
  48.  
  49. Installation
  50. ************
  51.  
  52.    You can easily install Action with the Installer program by
  53. running Install Action from Workbench.
  54.  
  55.    If Installer is not available, you must copy
  56. libs/WhatIs.library to LIBS:S/FileTypes to S:,
  57. ENV/Action to ENV: and ENVARC:, and the program Action to a
  58. directory in the path manually.
  59.  
  60. Usage
  61. *****
  62.  
  63.        Action may be started from Workbench or CLI.
  64.  
  65.    The command template for CLI usage is:
  66.  
  67.        ACTION/A,FILE/A/M
  68.  
  69. ACTION/A is the action to be performed.
  70. FILE/A/M is the list of files,
  71.      for which the action should be performed.  AmigaDOS patterns are
  72.      supported.
  73.  
  74.    For Workbench usage, Action can be default tool or files can be
  75. passed with shift-double click.
  76.  
  77.    Action uses two tool types:
  78.  
  79. ACTION is the action to be performed.
  80.      Default is View.
  81.  
  82. WINDOW is the window
  83.      for input and output of executed programs.  Predefined is
  84.      CON:0/21/640/234/Action/CLOSE/AUTO/WAIT.
  85.  
  86. Actions
  87. *******
  88.  
  89.    Actions are defined in enviroment variables
  90. ENV:Action/Action.action.
  91.  
  92.    The syntax for action definitions is:
  93.  
  94.    Lines, which start with #, and empty lines are comments.
  95.  
  96.    Other lines must start with a file type as used by WhatIs.library.
  97. File types with spaces must be quoted with ".
  98.  
  99.    These file types are followed by commands to be executed, separated
  100. by spaces or tabs. Multiple commands are separate by commas.
  101.  
  102.    In commands %f is replaced by the full file name, %s by the file
  103. name without path, %p by the file path and %t by the file type.
  104.  
  105.    Samples for action definitions are includes for actions View and
  106. UnPack (env/Action/Action.View and env/Action/Action.UnPack).
  107.  
  108. History
  109. *******
  110.  
  111.    1.0, Date 24.07.93
  112.    - first released Version
  113.  
  114. Author
  115. ******
  116.  
  117.    Please send me suggestions, critics, and bug reports.
  118.  
  119.      Address:
  120.          Michael Suelmann
  121.          Neuburger Straße 61
  122.      
  123.          D-94032 Passau
  124.      
  125.          Germany
  126.      
  127.      E-Mail:
  128.          suelmann@forwiss.uni-passau.de
  129.  
  130.